home *** CD-ROM | disk | FTP | other *** search
- // util.rcp
- // Define resources for various utilities
-
- #include "util_id.h"
-
- ALERT RomIncompatibleAlert
- ERROR
- BEGIN
- TITLE "Incompatible Version"
- MESSAGE "Your ROM version is not compatible with this program."
- BUTTONS "OK"
- END
-
- ALERT NoMemoPadAlert
- ERROR
- BEGIN
- TITLE "No Memo Pad"
- MESSAGE "Unable to open the MemoPad database. It may not exist yet."
- BUTTONS "OK"
- END
-
- ALERT ExportSizeAlert
- INFORMATION
- BEGIN
- TITLE "Export Warning"
- MESSAGE "Export data size too large. Cannot export data."
- BUTTONS "OK"
- END
-
- ALERT ErrorExportingAlert
- ERROR
- BEGIN
- TITLE "Export Error"
- MESSAGE "Error creating MemoPad record. Maybe not enough memory."
- BUTTONS "OK"
- END
-
- ALERT AppErrorAlert
- ERROR
- BEGIN
- TITLE "Application Error"
- MESSAGE "App had following error: ^1"
- BUTTONS "OK"
- END
-